You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > BitShiftLeft Method > TMtxVecInt.BitShiftLeft Method ([In] TMtxVecInt, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.BitShiftLeft Method ([In] TMtxVecInt, int)

Apply binary shift by number of Bits to the left to elements in Src.

Syntax
C#
Visual Basic
public TMtxVecInt BitShiftLeft([In] TMtxVecInt Src, int Bits);

the result of binary shift to left by number of Bits applied to Src values and stored in the calling object (Self).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!